home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Analisis.dll / 0 / RCDATA / TFORMAGREGARFILTROS / TFORMAGREGARFILTROS.txt < prev   
Text File  |  2008-07-17  |  5KB  |  209 lines

  1. object FormAgregarFiltros: TFormAgregarFiltros
  2.   Tag = 74600
  3.   Left = 320
  4.   Top = 308
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 11
  8.   Caption = 'Filtrar informe'
  9.   ClientHeight = 307
  10.   ClientWidth = 560
  11.   Color = 14215660
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   KeyPreview = True
  19.   OldCreateOrder = True
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BTBuscaCancelar: TPlaButton
  26.     Tag = 2400
  27.     Left = 469
  28.     Top = 286
  29.     Width = 73
  30.     Height = 21
  31.     Caption = '&Cancelar'
  32.     TabOrder = 2
  33.     TabStop = False
  34.     Cancel = True
  35.     ModalResult = 2
  36.   end
  37.   object BTBuscaAceptar: TPlaButton
  38.     Tag = 2200
  39.     Left = 388
  40.     Top = 286
  41.     Width = 73
  42.     Height = 21
  43.     Caption = '&Aceptar'
  44.     TabOrder = 1
  45.     OnClick = BTBuscaAceptarClick
  46.     Default = True
  47.     ModalResult = 1
  48.   end
  49.   object PlaGroupBox1: TPlaGroupBox
  50.     Left = 3
  51.     Top = 0
  52.     Width = 542
  53.     Height = 271
  54.     TitleFont.Charset = ANSI_CHARSET
  55.     TitleFont.Color = 13977088
  56.     TitleFont.Height = -11
  57.     TitleFont.Name = 'Tahoma'
  58.     TitleFont.Style = []
  59.     Caption = 'Filtros'
  60.     TabOrder = 0
  61.     object Label25: TLabel
  62.       Tag = 75400
  63.       Left = 57
  64.       Top = 19
  65.       Width = 466
  66.       Height = 13
  67.       Caption = 
  68.         'Puedes filtrar la informaci∩┐╜n que deseas ver en el informe por e' +
  69.         'l tipo de incidencia y por su fecha.'
  70.       Constraints.MinWidth = 410
  71.       Transparent = True
  72.       WordWrap = True
  73.     end
  74.     object Image1: TImage
  75.       Left = 14
  76.       Top = 22
  77.       Width = 32
  78.       Height = 32
  79.       Picture.Data = {<image001.bmp>}
  80.       Transparent = True
  81.     end
  82.     object GBFecha: TPlaGroupBox
  83.       Tag = 24100
  84.       Left = 354
  85.       Top = 52
  86.       Width = 173
  87.       Height = 113
  88.       TitleFont.Charset = DEFAULT_CHARSET
  89.       TitleFont.Color = 8408344
  90.       TitleFont.Height = -11
  91.       TitleFont.Name = 'Tahoma'
  92.       TitleFont.Style = []
  93.       Caption = 'Fechas'
  94.       TabOrder = 0
  95.       object LabelInicio: TLabel
  96.         Tag = 14300
  97.         Left = 12
  98.         Top = 52
  99.         Width = 25
  100.         Height = 13
  101.         Caption = 'Inicio'
  102.         Transparent = True
  103.       end
  104.       object LabelFin: TLabel
  105.         Tag = 24200
  106.         Left = 12
  107.         Top = 82
  108.         Width = 14
  109.         Height = 13
  110.         Caption = 'Fin'
  111.         Transparent = True
  112.       end
  113.       object CBFecha: TPlaComboBox
  114.         Tag = 59800
  115.         Left = 12
  116.         Top = 20
  117.         Width = 149
  118.         Height = 21
  119.         HelpContext = 2027
  120.         Style = csDropDownList
  121.         TabOrder = 0
  122.         OnChange = CBFechaChange
  123.         Items.Strings = (
  124.           'Todas'
  125.           'Antes o igual a'
  126.           'Despues o igual a'
  127.           'Entre')
  128.       end
  129.       object DTInicio: TPlaDateTimePicker
  130.         Left = 70
  131.         Top = 50
  132.         Width = 90
  133.         Height = 21
  134.         Date = 37246.745689664300000000
  135.         DateFormat = dfShort
  136.         DateMode = dmComboBox
  137.         Kind = dtkDate
  138.         ParseInput = True
  139.         ParentColor = True
  140.         TabOrder = 1
  141.         TabStop = False
  142.         Time = 37246.745689664300000000
  143.         OnCloseUp = DTInicioFinChange
  144.         OnChange = DTInicioFinChange
  145.       end
  146.       object DTFin: TPlaDateTimePicker
  147.         Left = 70
  148.         Top = 80
  149.         Width = 90
  150.         Height = 21
  151.         Date = 37246.746693310200000000
  152.         DateFormat = dfShort
  153.         DateMode = dmComboBox
  154.         Kind = dtkDate
  155.         ParseInput = True
  156.         ParentColor = True
  157.         TabOrder = 2
  158.         TabStop = False
  159.         Time = 37246.746693310200000000
  160.         OnChange = DTInicioFinChange
  161.       end
  162.     end
  163.     object PLVTiposIncidencia: TPlaListView
  164.       Left = 57
  165.       Top = 56
  166.       Width = 288
  167.       Height = 173
  168.       Color = clWhite
  169.       CheckBoxes = True
  170.       Columns = <
  171.         item
  172.           Width = 285
  173.           Caption = 'Tipo de incidencia'
  174.           Font.Charset = DEFAULT_CHARSET
  175.           Font.Color = clWindowText
  176.           Font.Height = -11
  177.           Font.Name = 'MS Sans Serif'
  178.           Font.Style = []
  179.         end>
  180.       DragCursor = crDrag
  181.       DragMode = dmManual
  182.       HideSelection = True
  183.       MultiSelect = False
  184.       ParentColor = False
  185.       ShowColumnHeaders = True
  186.       TabOrder = 1
  187.       Data = {000100000000FE}
  188.     end
  189.     object PBTodos: TPlaButton
  190.       Left = 57
  191.       Top = 238
  192.       Width = 135
  193.       Height = 21
  194.       Caption = 'Seleccionar todas'
  195.       TabOrder = 2
  196.       OnClick = PBTodosClick
  197.     end
  198.     object PBNinguno: TPlaButton
  199.       Left = 208
  200.       Top = 238
  201.       Width = 135
  202.       Height = 21
  203.       Caption = 'Deseleccionar todas'
  204.       TabOrder = 3
  205.       OnClick = PBNingunoClick
  206.     end
  207.   end
  208. end
  209.